Click or drag to resize

ServiceGetConversationItems Method (ConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId, ConversationNodeSortOrder)

Gets the conversation items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ConversationItemResponse> GetConversationItems(
	ConversationRequest conversationRequest,
	ItemShape itemShape,
	MailboxSearchLocation mailboxSearchLocation,
	IList<FolderId> foldersToIgnore,
	ConversationNodeSortOrder sortOrder
)

Parameters

conversationRequest
Type: Independentsoft.ExchangeConversationRequest
The conversation request.
itemShape
Type: Independentsoft.ExchangeItemShape
The item shape.
mailboxSearchLocation
Type: Independentsoft.ExchangeMailboxSearchLocation
The mailbox search location.
foldersToIgnore
Type: System.Collections.GenericIListFolderId
The folders to ignore.
sortOrder
Type: Independentsoft.ExchangeConversationNodeSortOrder
The sort order.

Return Value

Type: IListConversationItemResponse
IList{ConversationItemResponse}.
See Also